home *** CD-ROM | disk | FTP | other *** search
- object SetupForm: TSetupForm
- Left = 468
- Top = 304
- Width = 194
- Height = 228
- BorderIcons = [biMinimize, biMaximize]
- Caption = 'Setup'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label5: TLabel
- Left = 16
- Top = 112
- Width = 49
- Height = 13
- Caption = 'Password:'
- end
- object Label3: TLabel
- Left = 16
- Top = 16
- Width = 25
- Height = 13
- Caption = 'Host:'
- end
- object Label4: TLabel
- Left = 16
- Top = 64
- Width = 34
- Height = 13
- Caption = 'UserId:'
- end
- object Edit1: TEdit
- Left = 16
- Top = 32
- Width = 145
- Height = 21
- TabOrder = 0
- Text = 'mail1.telia.com'
- end
- object Edit2: TEdit
- Left = 16
- Top = 80
- Width = 145
- Height = 21
- TabOrder = 1
- end
- object Edit3: TEdit
- Left = 16
- Top = 128
- Width = 145
- Height = 21
- TabOrder = 2
- end
- object Button1: TButton
- Left = 16
- Top = 168
- Width = 75
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 3
- end
- object Button2: TButton
- Left = 96
- Top = 168
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- end
-